home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / iterat31.zip / TAN.FRM < prev    next >
Text File  |  1993-09-09  |  220b  |  23 lines

  1. ;Iterate! formula file
  2. ;by Brent Hugh
  3.  
  4. ;paramater defaults
  5. a=.5
  6. b=.5
  7. c=0
  8. d=0
  9. mu=0
  10.  
  11. ;window defaults
  12. xmin=-20
  13. xmax=20
  14. ymin=-20
  15. ymax=20
  16.  
  17. ;the function itself
  18. x= x + a * tan(y)
  19. y= y + b * tan(x)
  20.  
  21.  
  22.  
  23.